Make frame configurations start with a distinctive symbol.
authorJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 08:51:02 +0000 (08:51 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 08:51:02 +0000 (08:51 +0000)
commit376a7584deb5308cf09bb9b2e1db0d4522c4576e
tree4d293738f871646c02a4e6962d6b54eb807b02c2
parent797d8537f2effa462cfb7232e1bf48ad44bf4172
Make frame configurations start with a distinctive symbol.
* frame.el (current-frame-configuration): Return a list as before,
but starting with `frame-configuration'.
(set-frame-configuration): Check that CONFIGURATION is a list
starting with `frame-configuration', strip it off, and do as before.
(frame-configuration-p): New function.
* register.el (jump-to-register): Use frame-configuration-p,
instead of catching an error in set-frame-configuration.  Really now.
lisp/frame.el
lisp/register.el